home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / foomatic / db / source / driver / ljet3d.xml < prev    next >
Encoding:
Text File  |  2009-03-27  |  2.0 KB  |  62 lines

  1. <driver id="driver/ljet3d">
  2.  <name>ljet3d</name>
  3.  <url>http://www.ghostscript.com/</url>
  4.  <execution>
  5.   <ghostscript />
  6.   <prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ljet3d%A%Z -sOutputFile=-%C -f - | perl -p -0033 -e " s/^&l\d+[aA]/$&%E/; " </prototype>
  7.  </execution>
  8.  <comments>
  9.   <en>
  10.  
  11.     This driver is the same as "ljet3" but with duplex
  12.     printing support.<p>
  13.  
  14.     The PPDs from this site use an ugly Perl workaround to patch
  15.     Ghostscript's output data stream in order to make paper tray
  16.     selection work as the driver has a bug which breaks this
  17.     functionality. This <a
  18.     href="http://www.openprinting.org/download/printing/ghostscript-pcl-patches/inputslot.patch">patch</a>
  19.     for GPL Ghostscript 8.63 fixes the problem and allows to set the
  20.     input tray with the "-dMediaPosition=X" commmand line option for
  21.     Ghostscript. "X" is an integer number which depends on the printer
  22.     model and tray. For HP "0" is usually the printer default, "7"
  23.     automatic selection, "2" manual feed, "1" the upper, and "4" the
  24.     lower tray. Note that for PCL 6/XL these numbers are
  25.     different.<p>
  26.  
  27.   </en>
  28.  </comments>
  29.  <printers>
  30.   <printer>
  31.    <id>printer/Generic-PCL_5_Printer</id>
  32.   </printer>
  33.   <printer>
  34.    <id>printer/HP-LaserJet_3D</id><!-- HP LaserJet 3D -->
  35.   </printer>
  36.   <printer>
  37.    <id>printer/HP-LaserJet_3P_w_PS</id><!-- HP LaserJet 3P w/PS -->
  38.    <comments>
  39.     <en>Same as ljet3 but activates duplex mode. (Cannot be activated by PS code because Ghostscript ignores this?)</en>
  40.    </comments>
  41.   </printer>
  42.   <printer>
  43.    <id>printer/Kyocera-FS-1500</id>
  44.   </printer>
  45.   <printer>
  46.    <id>printer/Kyocera-FS-1550</id>
  47.   </printer>
  48.   <printer>
  49.    <id>printer/Kyocera-FS-1550plus</id>
  50.   </printer>
  51.   <printer>
  52.    <id>printer/Kyocera-FS-3400</id>
  53.   </printer>
  54.   <printer>
  55.    <id>printer/Kyocera-FS-3400plus</id>
  56.   </printer>
  57.   <printer>
  58.    <id>printer/Kyocera-FS-3500</id><!-- Kyocera FS-3500 -->
  59.   </printer>
  60.  </printers>
  61. </driver>
  62.